home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- if rollOver(12) then
- cursor([800, 801])
- set the mouseDownScript to EMPTY
- else
- if rollOver(10) then
- cursor([800, 801])
- set the mouseDownScript to EMPTY
- else
- if rollOver(4) then
- cursor([800, 801])
- set the mouseDownScript to EMPTY
- else
- if rollOver(13) then
- cursor([800, 801])
- set the mouseDownScript to EMPTY
- else
- if rollOver(1) then
- cursor([800, 801])
- set the mouseDownScript to EMPTY
- else
- cursor(-1)
- set the mouseDownScript to EMPTY
- end if
- end if
- end if
- end if
- end if
- end
-